LiveNX SNMP Monitoring
User interaction and design
The Net-SNMP application will be included in the appliance image. It will be disabled by default, requiring users to manually opt-in before using. The default SNMP configuration is located at ‘/etc/snmp/snmpd.conf’.
By default, SNMP will be configured with the following:
• Support for walking over UDP (ipv4 and ipv6)
• Default OIDS enabled
• System Information: .1.3.6.1.2.1.1
• Interfaces: .1.3.6.1.2.1.2
• IPv4 Forwarding: .1.3.6.1.2.1.4.1.0
• IPv6 Forwarding: .1.3.6.1.2.1.4.25.0
• IP: .1.3.6.1.2.1.4.34
• Host Resources: .1.3.6.1.2.1.25.1
• ifXTable: .1.3.6.1.2.1.31.1.1
• Memory Stats: .1.3.6.1.4.1.2021.4
• Disk Stats: .1.3.6.1.4.1.2021.9
• CPU Stats: .1.3.6.1.4.1.2021.11
• Version 2c enabled with default community of public
• Version 3 enabled with the following
• Readonly User: admin
• Password: changeme
• Auth Protocol: SHA
• Privacy Protocol: AES
• Privacy Pass: changeme
• The following system information has been defined by default
• sysDescr: LiveNX Server or LiveNX Node (depending on install)
• sysObjectID: .1.3.6.1.4.1.35874.2.1
• sysContact: LiveAction Support <https://www.liveaction.com/support/technical-support/>
• sysLocation: Data center
• sysServices: 72
You can walk the current default OIDS by using snmpwalk:
SNMP V2C
admin:~$ snmpwalk -v 2c -c public 192.168.121.163 -CE .1.3.6.1.4.1.2021.12
admin:~$ snmpwalk -v 2c -c public 192.168.121.163 -CE .1.3.6.1.4.1.2021.12
admin:~$ snmpwalk -v 3 -l authPriv -u admin -a SHA -A changeme -x AES -X changeme 192.168.121.163